Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Creating and Submitting the Reset Transform

QuickDraw 3D provides routines that you can use to implement the identity transformation described in "The Reset Transform" .

Q3ResetTransform_New

You can use the Q3ResetTransform_New function to create a reset transform object.

TQ3TransformObject Q3ResetTransform_New (void);

DESCRIPTION

The Q3ResetTransform_New function returns a reset transform object that resets the current transform object to the identity transformation.

Q3ResetTransform_Submit

You can use the Q3ResetTransform_Submit function to rest the transformation of a view to identity.

TQ3Status Q3ResetTransform_Submit (TQ3ViewObject view);
view
A view.

DESCRIPTION

The Q3ResetTransform_Submit function resets the current transformation of the view designated by view to the identity transformation.


© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |